home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 21
/
Cream of the Crop 21 (Terry Blount) (October 1996).iso
/
os2
/
vsoup11.zip
/
news.hh
< prev
next >
Wrap
Text File
|
1996-07-29
|
684b
|
29 lines
// $Id: news.hh 1.4 1996/07/29 22:20:13 hardy Exp $
//
// This progam/module was written by Hardy Griech based on ideas and
// pieces of code from Chin Huang (cthuang@io.org). Bug reports should
// be submitted to rgriech@ibm.net.
//
// This file is part of soup++ for OS/2. Soup++ including this file
// is freeware. There is no warranty of any kind implied. The terms
// of the GNU Gernal Public Licence are valid for this piece of software.
//
#ifndef __NEWS_HH__
#define __NEWS_HH__
int sumNews( void );
int getNews( void );
int catchupNews( long numKeep );
//
// file names
//
#define FN_COMMAND "commands"
#endif // __NEWS_HH__